Remove some files that autoreconf can supply.
authorGlenn Morris <rgm@gnu.org>
Fri, 25 Mar 2011 07:14:31 +0000 (00:14 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 25 Mar 2011 07:14:31 +0000 (00:14 -0700)
commitd1c168f8eec09132eacd50ba16e616fcff498cec
tree58dc62691d91d8f0098137ab841ae0441929bd9c
parent295b994c89e6e64cb14d8d1aa30722ae6dfe8687
Remove some files that autoreconf can supply.
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00863.html

* compile, config.guess, config.sub, depcomp, install-sh, missing:
Remove; autoreconf can supply them.

* Makefile.in (sync-from-gnulib): Don't sync config.sub,
config.guess, install-sh.  Pass -i to autoreconf.

* autogen/update_autogen (genfiles): Add compile, config.guess,
config.sub, depcomp, install-sh, missing.  Pass -i to autoreconf.
Discard non-error output from autoreconf in -q case.

* autogen/compile, autogen/config.guess, autogen/config.sub:
* autogen/depcomp, autogen/install-sh, autogen/missing: New files.

* autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.

* autogen/README: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.

* INSTALL.BZR, admin/make-tarball.txt: Add -i to autoreconf args.

* .bzrignore: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
21 files changed:
.bzrignore
ChangeLog
INSTALL.BZR
Makefile.in
admin/make-tarball.txt
autogen.sh
autogen/README
autogen/compile [new file with mode: 0755]
autogen/config.guess [new file with mode: 0755]
autogen/config.sub [new file with mode: 0755]
autogen/copy_autogen
autogen/depcomp [new file with mode: 0755]
autogen/install-sh [new file with mode: 0755]
autogen/missing [new file with mode: 0755]
autogen/update_autogen
compile [deleted file]
config.guess [deleted file]
config.sub [deleted file]
depcomp [deleted file]
install-sh [deleted file]
missing [deleted file]